From 6d6be0f6872e6a6d9e1c999c6dc7fe3c442b6cca Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Wed, 15 Oct 2003 13:03:43 +0000 Subject: [PATCH] bitkeeper revision 1.523 (3f8d45afmOSC0dmdY8hdLN0JzYtutA) xen_log.c: Another fix to xen_log. --- tools/misc/xen_log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/misc/xen_log.c b/tools/misc/xen_log.c index 8905c1bf32..ed7d570e1c 100644 --- a/tools/misc/xen_log.c +++ b/tools/misc/xen_log.c @@ -142,12 +142,12 @@ int daemon(int nochdir, int noclose) int main(int argc, char **argv) { - logoutput = 0; int c; + logoutput = 0; opterr = 0; - while ((c = getopt (argc, argv, "dh")) != -1) + while ( (c = getopt (argc, argv, "dh")) != -1 ) { switch(c) { -- 2.30.2